home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / help_sz / who < prev    next >
Text File  |  1994-10-02  |  382b  |  23 lines

  1. who:
  2.  
  3. Syntax:    who ( )
  4.     who ( list )
  5.  
  6. Description:
  7.  
  8.     Who returns a STRING matrix of all the variables currently in
  9.     the global symbol table. Additionally who() will return the
  10.     variable list of an RLaB LIST when a LIST is provided as an
  11.     argument.
  12.  
  13.         who ( $$ )
  14.  
  15.     is the same as
  16.  
  17.         who ()
  18.  
  19.     Since `$$' is the special symbol that represents the global
  20.     symbol table. 
  21.  
  22. See Also: what
  23.